home *** CD-ROM | disk | FTP | other *** search
/ Family Forum 262 / SOMC Family Forum 262.iso / Xtras / ScriptOMatic Lite.Dxr / 00058.ls < prev    next >
Encoding:
Text File  |  1997-04-30  |  103 b   |  10 lines

  1. on exitFrame
  2.   go(the frame)
  3. end
  4.  
  5. on keyDown
  6.   if the key = RETURN then
  7.     go("outprev")
  8.   end if
  9. end
  10.